home *** CD-ROM | disk | FTP | other *** search
/ Ahoy 1986 July / Ahoy_Magazine_86-07_1986_Double_L.d64 / double wedge (.txt) < prev    next >
Commodore BASIC  |  2022-10-26  |  210b  |  7 lines

  1. 0 print"[147]":poke53280,0:poke53281,4:poke646,0
  2. 1 print"commodares problem #27-3:"
  3. 2 print"    double wedge"
  4. 3 print"solution by"
  5. 4 print"    matt shapiro"
  6. 10 input"que";s$:s$=s$+" ":l=int(len(s$)/2):fori=1tol:printtab(20-i);mid$(s$,l-i+1,2*i):next
  7.